home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Galleria D'arte: Manet
/
Manet.iso
/
Dati
/
Theme5.dxr
/
Internal_13_go FullPage.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-12-21
|
267 b
|
24 lines
on mouseWithin me
cursor(302)
updateStage()
end
on mouseLeave me
cursor(-1)
updateStage()
end
on mouseDown me
updateStage()
end
on mouseUp me
global gZoom
gZoom = #Up
go("FullPage")
if soundBusy(1) then
sound stop 1
end if
cursor(-1)
end